.link-image-btn {
        position: absolute;
      }
      @media screen and (max-width: 767px) {

        .link-image-btn {
          position: relative;
          top: auto;
          right: 30px !important;
          left: 30px !important;
          width: calc(100% - 60px);
        }
      }